home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / FourInARow / FourInARow.doc < prev    next >
Text File  |  1993-12-05  |  2KB  |  65 lines

  1.  
  2.  
  3.                 FOUR-IN-A-ROW
  4.                 =============
  5.  
  6.             ©1993 By R.G.J. Odekerken
  7.                  Flakkeesestraat 27-b
  8.                  3083 CA Rotterdam
  9.                  The Netherlands
  10.                  Tel. 31-10-4807983
  11.                  Email: a73ae019@is.twi.tudelft.nl
  12.                  
  13. THIS PROGRAM IS FREELY DISTRIBUTABLE, AS LONG AS THIS FILE ACCOMPANIES IT.
  14. NO CHANGES MAY BE MADE TO EITHER THE PROGRAM OR THIS FILE WITHOUT MY
  15. WRITTEN PERMISSION. THIS PROGRAM MAY NOT BE SOLD FOR A PRICE HIGHER THAN
  16. ITS MEDIUM (I.E. DISK). THIS PROGRAM MAY NOT BE INCLUDED IN ANY DISK MAGA-
  17. ZINE WITHOUT MY WRITTEN PERMISSION.
  18. THIS PROGRAM MAY BE INCLUDED IN THE FRED FISH AMIGALIBDISK LIBRARY.
  19.  
  20. THIS PROGRAM IS POSTCARDWARE:
  21. IF YOU LIKE AND USE THIS PROGRAM, PLEASE SEND A POSTCARD TO THE ABOVE ADRESS.
  22.  
  23.  
  24.  
  25.  
  26. The aim of this game is to get four stones of your colour (white) in a row.
  27. Rows can be horizontal, vertical, or diagonal.
  28. The player and the computer alternately put a stone on the board. There is
  29. gravity, so when you enter a stone into a certain column, it will 'fall down'
  30. onto the lowest free place.
  31. Simple, isn't it?
  32.  
  33.  
  34.  
  35.  
  36. This game was written on an Amiga 500 running Kickstart 1.3, with 
  37. 2.5 meg fast ram and one meg of chip, and a 20 meg A590 harddisk.
  38. As far as I know, the game works on all Amiga models and configurations,
  39. up to the A4000. The only thing you need is reqtools.library copied into
  40. your LIBS: directory.
  41.  
  42. From the workbench, just doubleclick the FourInARow icon,
  43. From the CLI, type FourInARow, and press ENTER.
  44.  
  45. To play a stone, you can click on a column with the mouse, or you can press
  46. a key 1-7 on the keyboard.
  47. There are also four control buttons in the window:
  48.  
  49. About    :    Gives you information about the game. (Shortcut key: A).
  50. Back    :    Replays the last two moves. (Shortcut key: B).
  51. Quit    :    Quit the program, or start a new game. (Shortcut key: Q).
  52. Help    :    Gives you a hint. (Shortcut key: H).
  53.  
  54. Have fun!
  55.  
  56.  
  57. I am still looking for ways to improve my algorithm. Therefore I would 
  58. appreciate it very much if you sent me any information you have about a
  59. certain algorithm for this game developed by someone called J. Murphy,
  60. or about the alpha-beta-minus algorithm (which I'm already using in some
  61. form in this game).
  62. Of course all kinds of information, bug reports, and suggestions for
  63. improvements are welcome.
  64.  
  65.